home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _086B5F05D58A4A47835828F249FABB0E < prev    next >
Encoding:
Text File  |  2004-03-17  |  572 b   |  27 lines

  1. regc(0, "TFACTOR")
  2. regc4f( 5, %daycolor_r, %daycolor_g, %daycolor_b, %daycolor_a )
  3. regc4f( 7, %ambient_r, %ambient_g, %ambient_b, %ambient_a )
  4. pshader("
  5.  
  6. ps_1_1
  7.  
  8.     tex    t0 ;texture1
  9.     tex    t1 ;texture2
  10.     tex    t2 ;Clouds
  11.  
  12.  
  13.     mul    r0.rgb, t0, t1        ; wymnozenie koloru i detalu
  14.     +mul r0.a, v0.b, c0.b        ; oswietlenie statyczne * cieniowanie
  15.  
  16.     mul r0.rgb, r0, c5
  17.     +mul r0.a, r0.a, 1-t2.a        ; oswietlenie * chmury
  18.  
  19.     mad_sat r0.a, r0.a, c7.b, c7.a    ; skalowanie oswietlenia (dodanie ambientu)
  20.  
  21.     mul    r0, r0, r0.a        ; mnozy kolor przez zmodyfikowana lightmape
  22.  
  23.  
  24. ")
  25.  
  26.  
  27.